-- card: 4228 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 3490 -- name: ClickLine -- part contents for background part 1 ----- text ----- ClickLine -- part contents for background part 3 ----- text ----- function clickLine if the style of the target is "scrolling" then put scroll of the target into nums else put 0 into nums end if return (trunc((nums + (item two of the clickloc) ¬ -(item two of the rect of the target)) ¬ div the textheight of the target) + one) end clickLine -- part contents for background part 4 ----- text ----- ClickLine is a function that will return the line number where the mouse was clicked on a locked field. Just copy the handler below into your Home Card stack script. -- part contents for background part 5 ----- text ----- 6/28/88 15:15